home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Toolbox / Menu Defproc 1.0.3 / ChooseTkl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-10-06  |  557 b   |  24 lines  |  [TEXT/MPS ]

  1. #ifndef _choosetkl_
  2. #define _choosetkl_
  3. /******************************************************************************\
  4. * Header Files
  5. \******************************************************************************/
  6.  
  7. #ifndef __MENUS__
  8. #include <Menus.h>
  9. #endif
  10.  
  11. #ifndef __TYPES__
  12. #include <Types.h>
  13. #endif
  14.  
  15.  
  16. /******************************************************************************\
  17. * Function Prototypes
  18. \******************************************************************************/
  19.  
  20. short DoChooseMsg (MenuHandle, Rect *, Point, short);
  21.  
  22.  
  23. #endif
  24.